home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 1998 #2 / kopuutteri 2.98.iso / knorge.dxr / Internal_166.ls < prev    next >
Encoding:
Text File  |  1997-12-18  |  204 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(3, "Knap")
  3. end
  4.  
  5. on mouseUp
  6.   if the platform = "Windows,32" then
  7.     open("Launcher WebExprs\Win95\Setup.exe")
  8.   else
  9.     open("Launcher WebExprs\Win31\Setup.exe")
  10.   end if
  11. end
  12.